home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global eka_auringossa, ComputerSpeed
- if eka_auringossa = 0 then
- KasiCursor(4)
- cursor(-1)
- set eka_auringossa to 1
- end if
- if rollOver(9) then
- if the frame = label("sunmover") then
- if ComputerSpeed < 3 then
- set the directToStage of member "sunmove" to 1
- go(the frame + 1)
- else
- go("mm_prestart")
- end if
- end if
- else
- go(the frame)
- end if
- end
-